home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 038a / zhint55.exe / CONFPORT < prev    next >
Text File  |  1993-04-08  |  3KB  |  50 lines

  1.      In  your  CONFIG.SYS and AUTOEXEC.BAT there are  commands  and  device
  2. drivers  that  load when you boot your computer, If you  get  unpredictable
  3. results,  or  out of memory messages (etc) then you can  re-configure  your
  4. computer.  To test if a device or TSR (resident) program is  causing  this,
  5. you can put REM in front of the line in either of the above files. You  use
  6. an ASCII (plain text) editor or your wordprocessor in plain text mode.
  7.  
  8. an EXAMPLE ONLY.....
  9.  
  10. REM DEVICE=C:\DOS\ANSI.SYS
  11.  
  12. This  is only an EXAMPLE, because ANSI.SYS is always OK to have  in  there.
  13.      >>>Another  IMPORTANT thing to check is that BUFFERS= and FILES=   are
  14. 35 or higher.<<<
  15.                              MEMORY
  16.  
  17. Memory  is  not a straightforward computer feature. Normaal  memory,  where
  18. computer  programs run, where the OS (operating system) and  (many)  device
  19. drivers  reside,  is limited to 640K. The extra 2meg or 4 meg  is  used  BY
  20. certain  programs,  which are running in conventional (640K)  memory.  They
  21. have  special  features which can load large blocks of data  into  that  HI
  22. (extended/expanded)  memory.  Then  as the program works on  the  data,  it
  23. switches  'pages' of memory (16K blocks) from HI memory  into  conventional
  24. memory  while  it works on that section of data. When  that  section  isn't
  25. needed it swaps that back into HI, and gets another peice to work on.  This
  26. lets you have HUGE spreadsheets or databases running yet only have 640K  to
  27. run the program(s). The more programs (& TSRs and device drivers) you load,
  28. the  less room there is in conventional memory to operate. Somewhere  along
  29. the  line  the system will lock or crash if you keep adding  programs  into
  30. 640K.
  31.                          >> PORTS <<
  32.  
  33.      If  you  have an internal modem, it must be set for COM4  90%  of  the
  34. time.  Most  computers  have serial-port 1 and  2  already  built-into  the
  35. computer.  A  serial port is just a built-in comport. So you cannot  set  a
  36. modem to be the same comport (1 or 2). Try com4 then com3, see your  manual
  37. for jumper settings.
  38.  
  39.      There seem to be some video cards using the COM4 address. In that case
  40. try COM3 with IRQ 5 or 2 (see your manual). Don't forget the software  must
  41. also  be told when you change IRQs. Use SETUP for the FAX, &  PORTUTIL  for
  42. DATA to change IRQ's.
  43.  
  44.      Sometimes one internal modem/or model of modem will work in spite of a
  45. conflict, when set for COM1 or COM2 when there is a serial port. Always try
  46. COM3 and COM4 (and IRQ settings) before deciding the modem is bad.
  47.  
  48.                                    Don Hinds - Zoom Tech
  49. ##include=c:\text\signa.tif
  50.